Info(string,string,Dictionary<string,object>) Method

Summary

Logs the specified entry as a LogType.Information.

Syntax
C#
VB
C++
public void Info( 
   string source, 
   string message, 
   Dictionary<string, object> custom 
) 
  
Public Overloads Sub Info( _ 
   ByVal source As String, _ 
   ByVal message As String, _ 
   ByVal custom As Dictionary(Of String,Object) _ 
)  
public: 
void Info(  
   String^ source, 
   String^ message, 
   Dictionary<String^,Object^>^ custom 
)  

Parameters

source
The source of the message.

message
The message.

custom
Custom information associated with the message.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly